.social-links {
	margin: 0 0 15px;
}

.social-links__items {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
	justify-content: center;
}

@media (min-width: 768px) {
	.social-links__items {
		justify-content: normal;
	}
}

.visually-hidden {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.social-links__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	transition: background-color 150ms ease;
}

.social-links__title {
	display: block;
}

.social-links__edit-link {
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	vertical-align: middle;
}

.social-links__edit-link:hover {
	color: #337ab7;
}

.social-links__link:hover,
.social-links__link:focus {
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.social-links__link.fa-gab::before,
.social-links__link.fa-gettr::before,
.social-links__link.fa-mewe::before,
.social-links__link.fa-nextdoor::before,
.social-links__link.fa-parler::before,
.social-links__link.fa-rumble::before,
.social-links__link.fa-tiktok::before {
	content: "";
	display: inline-flex;
	background-repeat: no-repeat;
	height: 40%;
	width: 40%;
	justify-content: center;
	vertical-align: middle;
}

.social-links__link.fa {
	color: #fff;
}

.social-links__link.fa-facebook {
	/* background-color: #19568a; */
	font-size: 28px;
}

.social-links__link.fa-facebook:hover {
	color: #2171b5;
}

.social-links__link.fa-flickr {
	/* background-color: #ff0084; */
	font-size: 28px;
}

.social-links__link.fa-flickr:hover {
	color: #ff339d;
}

.social-links__link.fa-gab {
	/* background-color: #21cf7b; */
}

.social-links__link.fa-gab::before {
	background-image: url(../resources/Logos/gab_icon.svg);
}

.social-links__link.fa-gab:hover {
	color: #3BE995;
}

.social-links__link.fa-gettr {
	/* background-color: #ff0000; */
}

.social-links__link.fa-gettr::before {
	background-image: url(../resources/Logos/gettr_icon.svg);
	width: 70%;
}

.social-links__link.fa-gettr:hover {
	color: #FF3333;
}

.social-links__link.fa-instagram {
	/* background-color: #833AB4; */
	font-size: 28px;
}

.social-links__link.fa-instagram:hover {
	color: #9D54CE;
}

.social-links__link.fa-linkedin {
	/* background-color: #0077B5; */
	font-size: 28px;
}

.social-links__link.fa-linkedin:hover {
	color: #0099e8;
}

.social-links__link.fa-mewe {
	/* background-color: #16367b; */
}

.social-links__link.fa-mewe::before {
	background-image: url(../resources/Logos/mewe_icon.svg);
	width: 60%;
}

.social-links__link.fa-mewe:hover {
	color: #305095;
}

.social-links__link.fa-nextdoor {
	/* background-color: #92c83e; */
}

.social-links__link.fa-nextdoor::before {
	background-image: url(../resources/Logos/nextdoor_icon.svg);
	width: 45%;
}

.social-links__link.fa-nextdoor:hover {
	color: #a4e533;
}

.social-links__link.fa-parler {
	/* background-color: #b91d2c; */
}

.social-links__link.fa-parler::before {
	background-image: url(../resources/Logos/parler_icon.svg);
}

.social-links__link.fa-parler:hover {
	color: #D33746;
}

.social-links__link.fa-pinterest-p {
	/* background-color: #bd081c; */
	font-size: 28px;
}

.social-links__link.fa-pinterest-p:hover {
	color: #ee0a23;
}

.social-links__link.fa-rumble {
	/* background-color: #74a441; */
}

.social-links__link.fa-rumble::before {
	background-image: url(../resources/Logos/rumble_icon.svg);
}

.social-links__link.fa-rumble:hover {
	color: #8EBE5B;
}

.social-links__link.fa-tiktok {
	/* background-color: #25F4EE; */
}

.social-links__link.fa-tiktok::before {
	background-image: url(../resources/Logos/tiktok_icon.svg);
}

.social-links__link.fa-tiktok:hover {
	color: #FE2C55;
}

.social-links__link.fa-tumblr {
	/* background-color: #34465d; */
	font-size: 28px;
}

.social-links__link.fa-tumblr:hover {
	color: #465f7e;
}

.social-links__link.fa-x-twitter {
	/* background-color: #469be4; */
	font-size: 28px;
}

.social-links__link.fa-x-twitter:hover {
	color: #73b3ea;
}

.social-links__link.fa-vimeo {
	/* background-color: #1ab7ea; */
	font-size: 28px;
}

.social-links__link.fa-vimeo:hover {
	color: #49c6ee;
}

.social-links__link.fa-youtube-play {
	/* background-color: #b91b20; */
	font-size: 28px;
}

.social-links__link.fa-youtube-play:hover {
	color: #e0272d;
}

.social-links__link.fa-rss {
	/* background-color: #e16b26; */
	font-size: 28px;
}

.social-links__link.fa-rss:hover {
	color: #e78a53;
}

.social-links__link {
	-webkit-text-fill-color: unset;
}